	@charest "utf-8";
*{
	-webkit-text-size-adjust:none;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin: 0;
  padding: 0;
}
body{

	font-family: "΢���ź�";
	overflow-x: hidden;
    transition:all .8s .2s;

}
img {
	display: table;
	margin: 0 auto;
	border:0px;
	vertical-align: bottom;
}
a{
	text-decoration: none;
	outline: none;
}
.bar{
	height: 20px;
}
.f {
	float:left;
}
.r {
	float:right;
}
.mn{
	width: 84.21052631578947%;
	margin: 0 auto;
    overflow: hidden;
}
.c {
	clear:both;
}
a{ 
    color: #777177;
	text-decoration:none;
}
li{
	list-style: none;
	float: left;
}

/*��ҳ*/
 #pages {
     margin: 50px auto;
 	}
#pages li:nth-child(1) a{
    font-family: "����";
}
#pages li:last-child{
    font-family: "����";
}
#pages li{
    margin-right: 8px;
}
#pages a {
   display:inline-block;
    vertical-align: middle;
    color:#333;

    padding: 5px 15px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    height: 32px;
    line-height: 21px;
}
#pages a.bggsp{
    background: #0083FE;
    color: #ffffff;
}
#pages a.a1 {
   background:#fff;
    border:1px solid #004182;

    width:56px;
    text-decoration: none;
    color: #004182;
   height: 24px;
   vertical-align: middle;
font-size: 12px;
}
#pages a:hover {
   background:#f1f1f1;
    color:#000;
    text-decoration:none;
    }
#pages  span {
   display:inline-block;
    background: #ffffff;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    }
#pages .active span {
   display:inline-block;
    background: #0083FE;
    color: #ffffff;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    }
  .page .noPage {
   display:inline-block;
   vertical-align: middle;
    width:56px;
    height:24px;
    line-height:22px;
    border:3px solid #DB3E3E;
    text-align:center;
    color:#a4a4a4}
 

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#banner{
    width:100%;
     height:100%;
     position:fixed;
     z-index:1;
     left:0;
     top:0;
     transition:all .8s .2s;
}
#nybanner{
    width:100%;
     height:420px;
     position:fixed;
     z-index:1;
     left:0;
     top:0;
     background: url("../images/nybanner.jpg") no-repeat center;
     background-size: 100% 100%;
}
#banner .swiper-container{
    height:100%;
}
#banner .swiper-wrapper{
    height:100%;
}
#banner .swiper-slide{
    width:100%;
    height:100%;
}
#banner .swiper-slide>div.img{
    width:100%;
     height:100%;
     transform:scale(1.1);
     position:absolute;
     z-index:2;
     left:0;
     top:0;
     background-size:cover;
     background-position:center top;
     background-repeat:no-repeat;
     transition:transform 15s;
     background-attachment: fixed;
}
#banner .swiper-slide.normal>div.img{
    transform:scale(1);
}
#banner .swiper-slide>div.con{
    position:absolute;
     z-index:3;
     left:155px;
     top:38%;
}
#banner .swiper-slide h1{
    color:#fff;
     font-size:7.2rem;
     display:block;
     margin:0;
     transform:translateY(100px);
     opacity:0;
     transition:all .5s ease;
}
#banner .swiper-slide p{
    color:#fff;
     font-size:2.8rem;
     font-weight:300;
     margin-top:80px;
     transform:translateY(100px);
     opacity:0;
     transition:all .5s ease;
}
#banner .swiper-slide.normal>div.con h1{
    transform:translateY(0px);
     opacity:1;
     transition:all .8s;
}
#banner .swiper-slide.normal>div.con p{
    transform:translateY(0px);
     opacity:1;
     transition:all .8s .2s;
}

#banner .swiper-pagination{
    bottom:58px;
    left: 5%;
    display: inline-block;
    width: 400px;
    float: left;
    margin: 0;
    text-align: left;
}
#banner .swiper-pagination-bullet{
    width:6px;
     height:6px;
     margin:0 25px 0 0;
     opacity:1;
     background:#ffffff;
     border-radius: 50%;
     transition:all .25s;

}
#banner .swiper-pagination-bullet-active{
    position: relative;
}
#banner .swiper-pagination-bullet-active:before{
    position: absolute;
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    content: "";
    opacity: 1;
    border: 1px solid #FFFFFF;
}

.nav{
    padding: 0 200px 0 35px;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 90px;
    border-bottom: 1px solid #ffffff;
    transition:all .8s .2s;

}
.nav img{
    float: left;
    width: 154px;
    height: 52px;
    margin-top: 19px;
}
.menu {
    float: right;
}
.menu li a{
    display: inline-block;
    height: 90px;
    padding: 37px 11px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.hover:before{
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: 0;
}
.nav.dfl.nav2 .hover{
    color: #0083FE;
}
.nav.dfl.nav2 .hover:before{
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: #0083FE;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: 0;
}
.msg{
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    background: #0083FE;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999999999999999;
    cursor: pointer;
}
.msg span{
    display: inline-block;
    font-size: 30px;
}
.r200{
    left: -200px !important;
}
.r2001{
    right: 200px !important;
}
.mask{
    position: relative;
    display: none;
}
.mask{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
}
.youcd{
    position: fixed;
    right: 0;
    width: 0;
    height: 100%;
    right: 0;
    top: 0  ;
    z-index: 9999999;
    display: none;
    transition:all .8s .2s;
    background: #fff;

}
.youcd li{
    float: none;
}
.youcd li a:hover {
    background: #1885f5;
    color: #fff;
}
.youcd li a{
   display: block;
   font-size: 1.5rem;
   transition: all .25s;
   padding: 2.6rem 0 2.6rem 3.2rem;
   border-bottom: 1px solid #e8e8e8;
   color: #777177;
}
.xssl{
    position: absolute;
    bottom: 55px;
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 999999;
    right: 5%;
}
.xxian{
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.zongshu{
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}


@keyframes mouse-dot {
    from {height:5px;}
    50% {height:15px;}
    to {height:5px;}
}
@-webkit-keyframes mouse-dot1 {
    from {height:5px;}
    50% {height:15px;}
    to {height:5px;}
}
._Scroll{
 float:left;
  position: fixed;
  left:50%;
  bottom: 0.3rem;
  z-index:10;
  font-size:calc(12px + 0.02rem);
 line-height:1;
  color: #fff;
}
._Scroll a{
 color:#fff;
 display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
._Scroll span{
 display:flex;
  margin-top: 0.18rem;
}
._Scroll i{
 display:flex;
  width:19px;
  height:26px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
}
._Scroll i::after{
 display: flex;
  width:1px;
  height:0;
  content: '';
  position:absolute;
  left:50%;
  margin-left: -1px;
  top:3px;
  background: #fff;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}



.h100{
    height: 100%;
    width: 100%;
}
.lmcon{
    position: relative;
}
.hvr-bounce-to-right:before{
    background: #1885f5;
}
.cons{
    
    background: #fff;
    position: absolute;
    z-index: 97;
    left: 0;
    top: 0;
    width: 100%;
}
.cons1{
    
    background: #fff;
    position: relative;
    z-index: 97;
    left: 0;
    top: 0;
    width: 100%;
}
.nav2{
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #eee;
    background: #fff;
    display: none;
    /*//rgba(255, 255, 255, 0.3);*/
}
.nav.nav2 a{
    color: #333333;
}
.h90{
    height: 90px;
    width: 100%;
}
.w46{
    width: 46.875%;
}
.bybt{
    font-size: 50px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    height: 84px;
    line-height: 50px;
    position: relative;
}
.bybt:before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #0083FE;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .7s;
}

.hby:before{
    width: 100%;
}
.ydesc{
    margin-top: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-bottom: 66px;
}
.ydesc p{
    text-indent: 30px;
    margin-bottom: 30px;
}
.ljxq{
    width: 155px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    background: #0083FE;
    display: inline-block;
}
.ljxq:hover{
    box-shadow: 0 10px 20px -10px rgba(0, 131, 254, 1);

}
.gyyx{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
    padding-bottom: 90px;
}
.jtqxgs .mySwiper img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.r.w46 img {
    margin-top: 10%;
}
.jtqxgs .mySwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.jtgs{
    position: relative;
}
.jtgs:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 30px;
    border-bottom: 1px dashed #CFCFDA;
}
.jtname{
    text-align: center;
    line-height: 66px;
    height: 66px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.qxnum{
    position: relative;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
    height: 35px;
    text-align: center;
}
.qxnum:before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.jtqxgs .mySwiper .swh a .qxnum:before{
    background: #0083FE;
}
.jtqxgs .mySwiper .swh a .qxnum{
    color: #0083FE !important;
}
.jtbt{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}
.jtdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-bottom: 40px;
}
.gqjt span{
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    /*border: 1px solid  #0083FE;*/
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;

}
.gqjt{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    display: inline-block;
    width: 135px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #0083FE;
}
.w323{
    width: 32.0625%;
    margin-right: 1.19375%;
}
.gsxw3 img{
    width: 100%;
     object-fit: cover; 
    aspect-ratio: 4/3;
}
.gsxw3{
    display: flex;
    flex-direction: left;
}
.bgls{
    height: 435px;
    background: #F5FAFB;
}
.btsj{
    padding: 0 30px 50px;
    background: #F5FAFB;
}
.ntitle{
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sj{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    line-height: 16px;
    margin-top: 10px;
}
.w323.bgls li:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border-bottom: 1px solid #0083FE;
    width: 96%;
    left: 5%;
}
.w323.bgls li{
    width: 94%;
    margin: 0 auto;
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    padding: 24px 30px 24px 44px;
    box-sizing: border-box;
    position: relative;
}
.w323.bgls li a{
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333333;
    height: 63px;
    overflow: hidden;
} 

.w323.bgls li:hover a{
    color: #0083FE;
}
.w323.bgls li a:before{
    content: "";
    display: block;
    position: absolute;
    left: -18px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #0083FE;
    border-radius: 50%;
}
.GSDT{
    background: url(../images/gsdt.webp) no-repeat;
    background-size: 100% 100%;
}
.h40{
    height: 40px;
}
.mtkyx {
}
.mtkyx .mySwiper .swiper-slide{
    background: #F5FBFF;
    position: relative;

}
.mtkyx .mySwiper{
    width: 100%;
    overflow: hidden;
    position: relative;

}
.mtkyx .mySwiper img{
    width: 100%;
    /*height: 620px;*/
    object-fit: cover;
    aspect-ratio: 4/3;
}

.w50m{
    width: 50%;
}
.w50m.f{
    height: 100%;
    padding: 50px;
    position: relative;
    height: calc(800px / 2);
}
.newstitle a{
    display: inline-block;
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    /*height: 60px;*/
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 11px;
}
.newstitle a:before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #0083FE;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .7s;
}
.news_desc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.w50m.f .ljxq{
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.mtkyx .swiper-button-prev, 
.mtkyx .swiper-button-next{
    background: none;
    bottom: 65px;
    font-size: 20px;
    color: #0083FE;
    top: 86%;

}
.fs30 span{
    font-size: 34px !important;
}
.mtkyx .swiper-button-prev{
    left: 40%;
    transform: rotateY(180deg);
}

.mtkyx .swiper-button-next{
    right: 51.5%;
}
.ktdqshuzu{
    font-size: 40px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #0083FE;
    line-height: 40px;
    position: absolute;
    right: 54.5%;
    z-index: 999;
    top: 81%;

}
.gkzb{

    background: #F6F6F6;
}
.difl{
    display: flex;
    flex-direction: left;
}
.zbxxl{
    width: 15%;
    height: 525px;
    background: url(../images/zbbg.webp) no-repeat 100% 100%;
    text-align: center;
    padding-top: 162px;
    overflow: hidden;
        background-size: cover;
}
.zbbg{
    font-size: 32px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    padding-bottom: 15px;
    position: relative;
}
.zbbg:before{
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    position: absolute;
    left: 1%;
    bottom: 0;
    border-bottom: 1px solid  rgba(255,255,255,0.5);

}
.zben{
    font-size: 15px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    margin: 15px 0 62px;
}
.zbqb{
    width: 112px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    line-height: 36px;
    text-align: center;
    margin-left: 24px;
    display: block;
}
.w425{
    width: 85%;
    background: #ffffff;
}
.zhaolist li a{
    height: 55px;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}
.zhaolist li{
    width: 50%;
    padding: 0 30px;
    position: relative;
}
.zhaolist li:after{
    background: #EEEEEE;
    width: 94%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.commclass{
    padding: 7px 15px;
    margin-right: 15px;
    color: #1A52FF;
    background: #E2EEFF;
    border-radius: 3px ;
    margin-bottom: 20px;
}
.zbprice{
    background: #FFEEEE;
    color: #F52D22;
}
.zbsj{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-top: 15px;
}
.dywx{
    width: 48%;
}
.dywx1{
    width: 50%;
}
.whitem{
    background: #F7F9FE;
    margin-bottom: 30px;
    width: 100%;
    transition:all .8s .2s;
    padding: 30px 0;
    cursor: pointer;
    height: 120px;
}

.whitem span{
    font-size: 50px ;
    color: #0083FE;
    display: table;
    margin: 18px 40px;
}
.whtitle{
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 27px;
    position: relative;
    transition:all .8s .2s;
}

.whtitle:before{
    content: "";
    display: block;
    width: 41px;
    height: 4px;
    background: #0083FE;
    position: absolute;
    left: 0;
    bottom: -16px;
    transition:all .8s .2s;
}
.whdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    transition:all .8s .2s;

}
.whitem:hover{
    background: url(../images/qywhh.webp) no-repeat top center;
    background-size: 100% 100%;
}
.whitem:hover .whtitle:before{
    background: #fff;
    width: 100%;
}
.whitem:hover span{
    color: #fff;
}
.whitem:hover .whtitle{
    color: #fff;
}
.whitem:hover .whdesc{
    color: #fff;
}
.ulzrlist li{
    padding: 22px 0;
    border-bottom: 1px solid #DDDDDD;
}
.ulzrlist li:hover .zrsj{
    background: #0083FE;
    color: #ffffff;
}
.ulzrlist{
    background:#F7F9FE; 
    padding: 28px;
}
.zrsj{
    width: 80px;
    height: 80px;
    background: #DFE3EC;
    text-align: center;
    margin-right: 27px;
    color: #999999;
}
.riqi{
    font-size: 40px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    margin: 10px auto 5px;
}
.nian{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
}
.zrcon{
    width: 83%;
}
.zrtitle{
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 15px;
}
.zrdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    height: 48px;
    overflow: hidden;
}
.footer{
    background: #3A3E48;
    overflow: hidden;
}
.links{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 40px;
}
.links li a{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
.links li {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin-right: 15px;
}
.w86{
    width: 86%;
}
.w86 li{
    width: 380px;
    margin-bottom: 40px;
}
.w86 li:last-child{
    width: 450px;
    margin-bottom: 40px;
}
.w86 li span{
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    background: #0083FE;
}
.footer .lxtit{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
}
.footer .lxdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.dblogo{
    width: 154px;
    height: 52px;
}
.wxlj a.hvr-rectangle-out:before{
    border-radius: 50%;
}
.wxlj a{
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    margin-right: 20px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
}
.wxlj a:last-child{
    margin-right: 0;
}
.xiandb{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.dbbq .f a{
    display: inline-block;
    margin-left: 15px;
}
.dbbq a{
    color: rgba(255,255,255,0.5);
}
.dbbq{
    height: 62px;
    line-height: 62px;
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
.dqname{
    font-size: 45px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    margin-top: 185px;
    margin-bottom: 35px;
}
.bxian{
    width: 77px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 35px;
}
.lmms{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.dqwz{
    height: 64px;
    line-height: 64px;
}
.coapos li a{
    font-size: 14px;
    color: rgba(51, 51, 51, .6);
}
.coapos li.last a{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.coapos li span{
    font-size: 14px;
    color: #AAAAAA;
    display: inline-block;
    margin-right: 8px;
}
.ejcat li:last-child a{
    margin-right: 0;
}
.ejhover:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #0083FE;
}
.ejcat li a.ejhover{
    font-size: 14px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #0083FE;
}
.ejcat li a{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-right: 30px;
    position: relative;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    cursor: pointer;
}
.jjbt{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 50px auto;
}
.jjcon{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 50px;
}
.bgfs{
    background: #ffffff;
}
.lishi{
    display: flex;
    flex-direction: left;
}
.lishi li{
    width: 400px;
    margin-right: 2%;
    position: relative;
}
.num{
    font-size: 64px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    line-height: 64px;
    float: left;
    margin-bottom: 20px;
}
.ndesc{
    font-size: 22px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    line-height: 91px;
    height: 64px;
}
.lstit{
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(51,51,51,0.7);
}
.whls li{
    width: 32.5%;
    position: relative;
    margin-right: 1.25%;
    z-index: 1;
    margin-bottom: 100px;
}
.whls li:last-child{
    margin-right: 0;

}
.whxx{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0083FE;
    z-index: 2;
    border-radius: 10px 10px 10px 10px;
    top: 0;
    left: 0;
    padding: 50px;
    display: none;
    transition:all .8s .2s;

}
.whxx .whbt{
    font-size: 24px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.whxx .whms{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 30px;
    text-align: justify;
}
.tubwh span{
    font-size: 41px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #ffffff;

}
.whnum{
    font-size: 50px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: rgba(255,255,255,0.4);
    line-height: 50px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.whse .whh1{
    font-size: 24px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 15px;
}
.whse .whdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.whse{
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #ffffff;
    z-index: 33;
}
.H50{
    height: 50px;
}
.w284375{
    width: 28.4375%;
    background: #134473;
    margin-bottom: 50px;
}
.w284375 .lsfs{
    padding: 60px;
    box-sizing: border-box;
}
 .w{
    width: 1145px;
    height: 607px;
 }
 .mapslx{
    height: 607px;
    background: #134473;
    width: 100%;
    display: flex;
    flex-direction: left;
 }
 .gsname{
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
 }
 .enname{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: 2px;
    margin-bottom: 40px;
 }
 .lxxian{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 40px;
 }
 .w284375 .dblxfs .lxtit{
    color: rgba(255,255,255,0.7);
    font-size: 16px;
 }
 .w284375 .dblxfs .lxdesc{
    color: #FFFFFF;
    line-height: 16px;
 }
 .h50{
    height: 50px;
 }
 .qxgsls .gsli li{
    width: 31.75%;
    margin-right: 2.375%;
 }
 .qxgsls .gsli li:nth-child(3n){
    margin-right: 0;
    float: right;
 }
 .qxgsls img{
    width: 100%;
     /*height: 286px;*/
          object-fit: cover;
     aspect-ratio: 4/3;
 }
 .qxgsls{
    background: #F4F5F6;
 }
 .gsx{
    padding: 20px 30px 27px;
    background: #ffffff;
    margin-bottom: 38px;
     height: 110px;
     overflow: hidden;
 }
 .gsmc{
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    height: 50px;
     overflow: hidden;
 }
 .gsdescjs{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
 }
 #pages{
    display: table;
    margin: 0 auto 20px;
 }
 .tjxw{
    background: #ffffff;
 }
 .wb50{
    width: 50%;
 }
 .wb50.f{
    padding: 50px;
    position: relative;
 }
 .mttitle a{
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-bottom: 30px;
    display: inline-block;
 }
 .mtxia{
    width: 50px;
    height: 4px;
    background: #0083FE;
    margin-bottom: 30px;
 }
 .mtkdesc{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
 }
 .tjxw .wb50 .ljxq{
    position: absolute;
    left: 50px;
    bottom: 50px;
 }
 .newsh{
    background: #ffffff;
    width: 73.95833333333334%;
    padding: 50px 60px;
    margin: 30px auto 50px;

 }
 .bgf5f5{
    background: #F5F5F5;
    overflow: hidden;
 }
 .fbsjzzd{
    display: flex;
    flex-direction: left;
    margin: 25px 0 30px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
 }
 .newsh .xwy{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
 }
 .hits{
    text-align: right;
    width: 120px;
    float: right;
 }
 .fbsj{
    width: 184px;
 }
 .fbdw{
    width: 73.66197183098592%;
    text-align: center;
 }
 .nydx{
    width: 1300px;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 auto 30px;

 }
 .lmcon{
    text-align: justify;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
 }
 .lmcon p{
    text-indent: 28px;
 }
 .lmcon img{
    width: 100% !important;
    display: table;
    margin: 30px auto;
 }
 .nyxwls li{
    height: 295px;
    background: #ffffff;
    margin-bottom: 40px;
    width: 100%;
    padding:20px 50px 20px 20px;
 }
 .nyxwls li img{
    width: 455px;
    height: 255px;
 }
 .bgfs8{
    background: #F5FAFB;
 }
 .w669p{
    width: 69%;
 }
 .xwty{
    font-size: 28px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 88px;
    height: 88px;
    border-bottom: 1px solid #DDDDDD;
 }
 .xdces{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 50px;
 }
 .djxq .f span{
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
 }
 .djxq .r{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
 }
 .djxq .f{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE;
    line-height: 30px;
    height: 30px;
 }
 .nyxwls li.last{
    margin-bottom: 0;
 }


 .work_main{
    width: 100%;
    padding-bottom:calc(10px + 0.5rem);
    padding-top:calc(10px + 0.7rem);
     display:inline-block;
 }
 .work_main ._top{
    width:100%;
    border-radius: 8px;
    overflow: hidden;
    padding:0.81rem 0.86rem 0.7rem;
}
 .work_main ._top .tit{
    width:100%;
    font-size: calc(16px + 0.22rem);
    line-height: calc(20px + 0.28rem);
    color: #ffffff;
    font-weight: bold;
    padding-bottom: calc(10px + 0.33rem);
    position: relative;
}
 .work_main ._top .tit::after{
    content: "";
    display:block;
    position: absolute;
    width: 2.64rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.47);
    bottom: 0;
    left: 0;
}
 .work_main ._top .text{
    width: 100%;
    font-size: calc(14px + 0.02rem);
    line-height: calc(20px + 0.12rem);
    color: #ffffff;
    margin-top: calc(10px + 0.27rem);
}
 .work_main ._top .text p{
    margin-bottom: calc(6px + 0.06rem);
}
 .work_main ._bot{
    width: 100%;
    margin-top: calc(10px + 0.6rem);
}
 .work_main ._bot::after{
    content: "";
    display: block;
    clear: both;
}
 .work_main ._bot .labbox{
    float: left;
    width: 100%;
    background: #e4e4e4;
    padding: calc(10px + 0.13rem) calc(10px + 0.4rem);
}
 .work_main ._bot .labbox .lab{
    float: left;
    width: 15.66%;
    font-size: calc(14px + 0.04rem);
    line-height: calc(18px + 0.04rem);
    color: #333333;
    font-weight: bolder;
}
 .work_main ._bot .labbox .lab:nth-child(1){
    width: 21.66%;
}
 .work_main ._bot .list{
    float: left;
    width: 100%;
    margin-bottom: calc(10px + 0.4rem);
}
 .work_main ._bot .list .li{
    float: left;
    width: 100%;
    margin-top: calc(6px + 0.03rem);
    position: relative;
    padding: 0 calc(10px + 0.4rem);
    background: #ffffff;
}
 .work_main ._bot .list .infobox{
    float: left;
    width: 100%;
    padding: calc(10px + 0.13rem) 0;
    position: relative;
    cursor: pointer;
}
 .work_main ._bot .list .infobox .jiahao{
    display: block;
    position: absolute;
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .work_main ._bot .jiahao span{
    display: block;
    width: 16px;
    height: 2px;
    background: #dbdbdb;
    position: relative;
}
 .work_main ._bot .jiahao span::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 16px;
    background: #dbdbdb;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -8px;
}
 .work_main ._bot .list .name{
    float: left;
    width: 15.66%;
    font-size: calc(14px + 0.02rem);
    line-height: calc(18px + 0.02rem);

    font-size: 18px;

font-family: Source Han Sans CN-Regular, Source Han Sans CN;

font-weight: 400;

color: #333333;

 }
 .work_main ._bot .list .name:nth-child(1){
    width: 21.66%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
     -webkit-line-clamp:1;
    padding-right: 10px;
}
 .work_main ._bot .list .infobox.active .name{
    color: #0083fe;
}
 .work_main ._bot .down{
    float: left;
    display: none;
    width: 100%;
    padding: calc(10px + 0.26rem) 0 calc(10px + 0.5rem) 0;
    border-top: 1px solid #0261d0;
}
 .work_main ._bot .down .cont{
    float: left;
    width: 100%;
    font-size: calc(14px + 0.02rem);
    line-height: calc(20px + 0.06rem);
    color: #666666;
}
 .work_main ._bot .down .cont p{
    margin-bottom: 10px;
    display: flex;
}
 .work_main ._bot .down .cont p:last-child{
    margin-bottom: 0;
}
 .work_main ._bot .down .cont .nb{
    display: inline-block;
}
 .work_main ._bot .down .tit{
    display: block;
    font-size: calc(16px + 0.06rem);
    line-height: calc(20px + 0.06rem);
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-left: calc(10px + 0.04rem);
    margin-bottom: calc(10px + 0.07rem);
}
 .work_main ._bot .down .tit::after{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: calc(14px + 0.04rem);
    background: #0083FE;
    left: 0;
    top: 50%;
    margin-top: calc(-5px - 0.02rem);
}
 .work_main ._bot .down .btn{
    float: left;
    width: 100%;
    margin-top: calc(10px + 0.32rem);
}
 .work_main ._bot .down .btn a{
    float: left;
    font-size: 14px;
    line-height: calc(30px + 0.1rem);
    color: #ffffff;
    background: #0261d0;
    border-radius: calc(30px + 0.1rem);
    padding: 0 calc(10px + 0.16rem);
}
 .work_main ._bot .down .btn a:hover{
    opacity: 0.7;
}
 .work_main .ph_show{
    display: none;
}
 @media screen and (max-width:1024px) {

 .work_main ._top .text br{
    display: none;
}
 .work_main ._bot .labbox .lab:nth-child(1){
    width: 20.66%;
}
 .work_main ._bot .labbox .lab:nth-child(2){
    width: 12.66%;
}
 .work_main ._bot .list .name:nth-child(1){
    width: 20.66%;
}
 .work_main ._bot .list .name:nth-child(2){
    width: 12.66%;
}
 }
 @media screen and (max-width:767px) {

 .work_main .ph_show{
    display: block;
}
 .work_main .ph_hide{
    display: none;
}
 .work_main ._bot .labbox .lab{
    width: 33.33%;
}
 .work_main ._bot .labbox .lab:nth-child(1){
    width:42.33%;
}
 .work_main ._bot .labbox .lab:nth-child(2){
    width: 27.33%;
}
 .work_main ._bot .labbox .lab:nth-child(5){
    width: 30.33%;
}
 .work_main ._bot .list .name{
    width: 33.33%;
}
 .work_main ._bot .list .name:nth-child(1){
    width:42.33%;
}
 .work_main ._bot .list .name:nth-child(2){
    width: 27.33%;
}
 .work_main ._bot .list .name:nth-child(5){
    width: 30.33%;
}
 .work_main ._bot .down .tit{
    display: block;
    font-size: 15px;
}

 }

 .bgds{
     padding: 50px 0;
    background: #F5FAFB;
 }
.h{
    display: none;
}
#ul li{
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #0083FE;
    color: #0083FE;
    margin-right: 30px;
    margin-bottom: 49px;
}
#ul li:last-child{
    margin-right: 0;
    float: right;
}
#ul li.hc{
    background: #0083FE;
   color: #ffffff; 
}
#ul li:hover{
     background: #0083FE;
    color: #ffffff; 
}
.mySwipers .swiper-slide{
    background: #ffffff;
    margin-bottom: 40px;
}
.show .iconfont{
    font-size: 30px;
    color: #0083FE;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-bottom: 20px;
}
.qxbh{
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    height: 30px;
    margin: 0 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gchxe{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-left: 20px;
    margin-top: 28px;
}
.aqxgd .iconfont{
    font-size: 30px;
    color: #0083FE;
    display: inline-block;
    position: relative;
    top: 6px !important ;
}
.aqxgd .gchxe{
    color: #0083FE !important;
}
.aqxgd{
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0083FE !important;
    line-height: 14px;
    margin-bottom: 50px;
}
.whls .imgbefore{
    content: "";
    display: inline-block;
    width: 100%;
    height: 105px;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.whls img{
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    z-index: 1;
}
.nyxwls{
    margin-top: 20px;
}

@media (min-width: 1070px) and (max-width: 1440px) {
    .youcd li a {
        padding: 1rem 2.6rem;
    }
    .msg span {
        margin-top: -10px;
    }
    .ulzrlist li {
        padding: 10px 0;
    }
    .ndesc {
        line-height: 70px;
    }
    .whitem.first{
        margin-top: -32px;
    }
    .mtkyx .mySwiper img {
        width: 100%;
        height: 344px;
    }
    #nybanner {
        width: 100%;
        height: 260px;
    }
    .dqname {
        font-size: 26px;
        margin-top: 104px;
        margin-bottom: 12px;
    }
    element.style {
    }
    .nav.nav2 a {
        color: #333333;
    }
    .menu li a {
        display: inline-block;
        height: 50px;
        padding: 17px 11px;
        font-size: 14px;
    }
    .nav img {
        float: left;
        width: 105px;
         height: 35px;
        margin-top: 10px;
    }
    .msg {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .num {
        font-size: 36px;
    }
    .jjcon {
        margin-bottom: 30px;
    }
    .whxx .whms {
        font-size: 16px;
        line-height: 29px;
    }
    .tubwh span {
        left: 10px;
    }
    .whnum{
        right: 10px;
        bottom: 20px;
    }
    .whls li {
        margin-bottom: 40px;
    }
    .nyxwls li img {
        width: 246px;
        height: 164px;
    }
    .xwty {
        font-size: 26px;
    }

    element.style {
    }
    .xdces {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .newsh .xwy {
        font-size: 17px;
    }
    .fbsj {
        width: 211px;
    }
    .lmcon {
        text-align: justify;
        font-size: 14px;
    }
    .qxgsls img {
        width: 100%;
        height: 205px;
    }
    .nyxwls li {
        height: 265px;
        background: #ffffff;
        margin-bottom: 15px;
    }
    .xwty {
        font-size: 20px;
        line-height: 45px;
        height: 45px;
    }
    .whxx {
        padding: 34px;
    }
    .nyxwls li {
        height: 210px;
    }
    .nav {
        height: 50px;
    }
    .w86 {
        width: 81%;
    }
    .w86 li {
        width: 50%;
        margin-bottom: 40px;
    }
    .whitem span {
        font-size: 38px;
        color: #0083FE;
        display: table;
        margin: 18px 20px;
    }
    .whitem {
        background: #F7F9FE;
        margin-bottom: 10px;
        width: 100%;
        transition: all .8s .2s;
        padding: 10px 0;
        cursor: pointer;
        height: 100px;
        margin-bottom: 30px;
    }
    .bybt {
        font-size: 42px;
    }
    .jtqxgs .swiper-slide>a>.asdimg{
        height: 162px !important;
    }
    .jtqxgs .swiper-slide>a>.asdimg img{
        height: 162px !important;
    }
    .newstitle a {
        display: inline-block;
        font-size: 15px;
    }
    .w323.bgls li a{
        font-size: 18px;
        height: 30px;
        overflow: hidden;
    }
    .bgls{
        height: 100%;
    }
    .w323.bgls li{
        padding: 18px 30px 18px 44px;
    }
    .ktdqshuzu {
        font-size: 20px;
        top: 78.5%;
    }
    .zbqb {
        width: 112px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
         float: none;
        font-size: 14px;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #0083FE;
        line-height: 36px;
        text-align: center;
        /* margin-left: 24px; */
        display: table;
        margin: 0 auto;
    }
    .zrsj {
        width: 59px;
        height: 59px;
        background: #DFE3EC;
        text-align: center;
        margin-right: 10px;
        color: #999999;
        font-size: 10px;
    }
    .zrdesc {
        font-size: 12px;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #999999;
        line-height: 25px;
        height: 20px;
        overflow: hidden;
    }
    .zrtitle {
        font-size: 16px;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        margin-bottom: 6px;
    }
    .riqi {
        font-size: 22px;
        line-height: 29px;
        margin: 3px auto 0px
    }
    .nian {
        font-size: 12px;
    }
}
@media (min-width: 1366px) {
    .bybt {
        font-size: 42px;
    }
    .zrsj {
        width: 80px;
        height: 80px;
        background: #DFE3EC;
        text-align: center;
        margin-right: 15px;
        color: #999999;
    }
    .zrcon {
        width: 81%;
    }
.nyxwls li{
        margin-bottom: 20px;
}
    .xwty {
        font-size: 20px;
    }
.nyxwls li img{
    width: 310px;
    height: 233px;
}
}




    .mySwipers .swiper-slide{
        width: 23%;
        margin-right: 30px;
    }
    .mySwipers img{
        width: 100%;
        object-fit: cover;
     aspect-ratio: 16/9;
    }
    #ul li a{
        color: #0083FE;
    }
    #ul li:hover a{
        color: #ffffff;
    }
    #zyxm{
        font-size: 30px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        line-height: 30px;
        position: relative;
    }
    #zyxm:before{
        content: "";
        display: block;
        width: 69px;
        height: 4px;
        background: #0083FE;
        border-radius: 2px 2px 2px 2px;
        bottom: -20px;
        left: 0;
        position: absolute;
    }
    .nyxwls li:hover .xwty{
        color: #0083FE;
    }
    .hvr-bounce-to-right:before{
        background: #0083FE;
        border-radius: 23px;
    }
    .ljm{
            -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
    }


    @media (min-width: 1420px) and (max-width: 1540px) {
            .w86 li {
        width: 100%;
        margin-bottom: 40px;
    }
        .w284375 .lsfs{
            padding: 8px;
        }
        .jtdesc{
            margin-bottom: 18px;
        }
        .whitem.first{
            margin-top: 0;
        }
        .ulzrlist{
            margin-top: 34px;
        }
        .zbbg {
            font-size: 26px;
        }
        .whxx{
            padding: 17px;
            /*left: 25px;*/
            font-size: 12px;
            z-index: 999;
        }

    }




    .mySwipers .swiper-slide:hover .gchxe{
        color: #0083FE;
    }
    .mySwipers .swiper-slide:hover .icon-jiantou{
        background: #0083FE;
        color: #ffffff;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        color: #ffffff;
    }
    .mySwipers .swiper-slide:hover .icon-jiantou:before{
        margin-left: -4px;
        /*background: #0083FE;*/
        color: #ffffff;
    }


    .lmcon iframe{
        width: 100%;
        height: 600px;

    }